release: v1.5.1 — Marketplace recovery republish of v1.5.0#48
Conversation
VS Code Marketplace publish step on the v1.5.0 tag push timed out on `_apis/gallery` (3-min hang on Microsoft's gallery API) and `vsce publish` returned non-zero before the upload committed. Open VSX and the GitHub release for v1.5.0 both shipped fine — only the Marketplace missed it. This tag exists solely to re-fire the publish pipeline so Marketplace catches up. No source changes between v1.5.0 and v1.5.1. Mirrors the existing v1.0.3 recovery pattern (v1.0.2 OVSX 405). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Warning Review limit reached
More reviews will be available in 10 minutes and 55 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
_apis/galleryduring the Marketplace publish step;vsce publishreturned non-zero before the upload committed. Open VSX and the GitHub release for v1.5.0 both shipped fine (workflow log:🚀 Published greylag-ci.pipeline-check v1.5.0). Only Marketplace missed it — users there are still on 1.1.0.1.1.0 → 1.5.1(skipping 1.5.0, which was never there), Open VSX goes1.5.0 → 1.5.1(no functional diff).Verification
npm run typecheck— cleannpm test— 391/391 passnpm run lint— cleannpm run vscode:prepublish— bundle 376.3 KBnpm run smoke— bundle exportsactivate/deactivatenpm audit --omit=dev --audit-level=high— 0 vulnerabilities/versionsendpoint confirms 1.5.0 is publishedextensionqueryconfirms latest there is still 1.1.0v1.5.1after merge to retry the Marketplace publish🤖 Generated with Claude Code